projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f96117
)
Fix CAIRO_PREFIX for cross-build environments
author
Volker Grabsch
<bugzilla.gnome.org@v.notjusthosting.com>
Mon, 17 May 2010 23:00:02 +0000
(19:00 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 17 May 2010 23:00:02 +0000
(19:00 -0400)
configure.ac was using pkg-config instead of $PKG_CONFIG for this
prefix, leading to incorrect results in cross-build environments.
Bug 618870.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index dbe800be2a755d9447a4cc57556610358fb9518f..d8a20eb49366d8837e6c2a8fb9220d72d20d43c0 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1778,7
+1778,7
@@
fi
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
ATK_PREFIX="`$PKG_CONFIG --variable=prefix atk`"
PANGO_PREFIX="`$PKG_CONFIG --variable=prefix pango`"
-CAIRO_PREFIX="`
pkg-config
--variable=prefix cairo`"
+CAIRO_PREFIX="`
$PKG_CONFIG
--variable=prefix cairo`"
if test $enable_explicit_deps != yes ; then
GDK_PIXBUF_EXTRA_LIBS=